home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 3 / ct-rom iiib.zip / ct-rom iiib / WINDOWS / GRAFISCH / WINJP251 / WHATS.NEW < prev    next >
Text File  |  1994-04-04  |  14KB  |  316 lines

  1.                          *** v. 2.51 Changes ***
  2.  
  3.   - Bug fixes:
  4.     o Data loss warning would always appear when you attempted to save a
  5.       file.
  6.     o Saving a TIFF file with the File Save menu item would always cause
  7.       the save dialog to appear.
  8.     o Slideshow buffering of quantized non-JPEG 24-bit images did not
  9.       work.
  10.     o You couldn't open multiple copies of WinJPEG.
  11.     o If WinJPEG didn't recognize the file format of a file, it didn't
  12.       display an error message.
  13.   - Slideshow with only one image is now treated as a simple file open.
  14.  
  15.  
  16.                           *** v. 2.50 Changes ***
  17.  
  18.   - Monochrome, 16-color, and 64k-color display modes are now supported.
  19.   - Improved image quality after quantization.
  20.   - Replaced "Use 8-bit Bitmap" option with Maximum Color Depth.  If you
  21.     are viewing images, set it to the number of colors supported by your
  22.     display driver.  This number is the default setting.
  23.   - Added support for loading OS/2 (2.0 and 1.x) bitmaps and bitmap arrays.
  24.   - Added support for saving OS/2 2.0 bitmaps.
  25.   - Added support for loading/saving/batch compressing PPM files.
  26.   - Added the ability to display a slideshow in random or reverse order.
  27.   - Added the Info button in the open dialog.  This button displays the
  28.     file format information of a selected file.
  29.   - Added a list of most recently used files and directory/file type
  30.     pairs to the File Menu.
  31.   - Added 4 color TIFF image support.
  32.   - Added "Stretch to Fit Window" and "Keep Aspect Ratio if Stretched"
  33.     options.
  34.   - Added Undo/Redo feature and an option to disable Undo.
  35.   - Added Negative feature.
  36.   - Added "Save as..." menu item.
  37.   - Added Unselect All button in slideshow and batch compression dialogs.
  38.   - Loading bitmaps is faster.
  39.   - Loading PCX files is faster.
  40.   - Editing the HSV of a 24-bit image doesn't hog the CPU anymore
  41.   - Editing the HSV/RGB, contrast, or gamma is about twice as fast
  42.   - Removed "Maximum Fit after Load" option.  To perform the equivalent
  43.     operation, maximize the window, turn on the "Stretch to Fit Window"
  44.     and "Keep Aspect Ratio if Stretched" options
  45.   - Reduced the amount of memory needed for fullscreen mode.
  46.   - Fixed a bug in reading v.2.8 PCX files without a palette.
  47.   - Fixed a bug in reading PCX files.  Thanks to K.Griepenkerl and
  48.     O.Lefevre for pointing out the bugs and providing sample files.
  49.   - Fixed a bug in reading black and white TIFF files.  Thanks to R.
  50.     Pasco for pointing out the bug.
  51.  
  52.  
  53.               *** v. 2.43 Changes ***
  54.  
  55.   - Modified the print code so that it centers the image if it is smaller
  56.     than the printer page.
  57.   - Bug fixes:
  58.     o The Grayscale menu item is sometimes incorrectly enabled/disabled.
  59.     o If you load an image and modify it, WinJPEG didn't warn you that
  60.       the image changed when you capture an area of the screen.
  61.     o Fixed bug in printing with Maximum Fit.  Thanks to R. Pasco for
  62.       pointing out the bugs.
  63.     o Worked around an NT bug that prevented AutoResize after a load.
  64.       Thanks to J. Coffler for pointing out this bug.
  65.  
  66.  
  67.               *** v. 2.42 Changes ***
  68.  
  69.   - Bug fixes:
  70.     o Slideshows started from the command line would not allow duplicate
  71.       files to be used.
  72.     o If the first thing you do after you load WinJPEG is to capture a
  73.       window, you would not be able to save it to a file.
  74.     o Run-length encoded RGB Targas were not quantized to 256 colors if
  75.       you had the 8-bit Bitmap option on.
  76.     o Grayscale Targa's would not load.
  77.  
  78.  
  79.                           *** v. 2.41 Changes ***
  80.  
  81.   - Bug fix: After capturing the screen and then saving to a Windows RLE
  82.     BMP file, WinJPEG would GPF.
  83.  
  84.  
  85.                           *** v. 2.40 Changes ***
  86.  
  87.   - Added capability of buffering selected image file formats in a
  88.     cyclic slideshow.
  89.   - Added capability for diplaying a slideshow with the full screen.
  90.   - Added view fullscreen option.
  91.   - Added screen capture features that let you capture a window, the
  92.     client area of a window, or a portion of or the entire desktop.
  93.   - Added gamma correction feature.
  94.   - A dialog box is initially positioned so that all of the dialog
  95.     box is visible (i.e. not drawn off-screen).
  96.   - Bug fix: Bi-level TIFF images were displayed with black and gray
  97.     colors instead of black and white.  Thanks to R. Pasco for pointing
  98.     out the bug.
  99.  
  100.  
  101.                           *** v. 2.31 Changes ***
  102.  
  103.   - Bug fix: 256 color images that were converted to grayscale did not
  104.     save as grayscale.
  105.  
  106.  
  107.                           *** v. 2.30 Changes ***
  108.  
  109.   - Added image printing capability.
  110.   - Added grayscale feature.
  111.   - Added ability to scroll image with arrow, page up, page down, home,
  112.     or end keys.
  113.   - Added accelerator keys for copy, paste, and delete commands.
  114.   - While you are selecting a region to copy/crop, the image
  115.     automatically scrolls if your mouse pointer is outside the
  116.     WinJPEG window.
  117.   - Loading PCX files is slightly faster.
  118.   - Loading TIFF files is slightly faster.
  119.   - HSV Adjustment is much faster.
  120.   - Added an ellipsis to each menu item that pops up a dialog box. 
  121.     Thanks to S. Sabram for the suggestion.
  122.   - Fixed auto-resize bug that caused the WinJPEG window to
  123.     continuously resize until it crashed.  This bug occurred for
  124.     small images.
  125.   - Fixed a bug in reading 1-bit PCX files.  Thanks to B. Ferrell
  126.     for pointing out these bugs.
  127.   - Fixed a bug in the open/save dialogs: WinJPEG could not locate a
  128.     selected file if you manually entered the path of the file along
  129.     with the filename.
  130.   - Fixed a bug in reading RLE4 bitmaps.
  131.   - Bug fix:  After aborting a slideshow while it is pausing, you would
  132.     not be able to select a region to copy or crop.
  133.  
  134.  
  135.                           *** v. 2.20 Changes ***
  136.  
  137.   - JPEG decompression/compression is roughly 5% faster.
  138.   - GIF/Targa loading and saving is slightly faster.
  139.   - Added Full Palette option
  140.   - JPEG Preview now displays a JPEG image in gray-scale
  141.   - Added Move Window After Load option
  142.   - Added Maximum Fit After Load option
  143.   - Added Suppress Data Loss Warning option.  Thanks to B. Jones for the
  144.     suggestion.
  145.   - Fixed a bug that may cause unusual behavior if a bad or invalid file
  146.     like an HSI JPEG is in the slideshow list.
  147.  
  148.  
  149.                           *** v. 2.10 Changes ***
  150.  
  151.   - Incorporated v.4 of the IJPEG Group's JPEG code.  You can smooth an
  152. image before saving it to JPEG; this improves compression of dithered
  153. images such as GIF files.
  154.   - Version 3.21 of the TIFF library has been added; this version
  155. supports images that have been encoded as a single TIFF strip.  It also
  156. handles some palette images that formerly caused a GPF.  Thanks to R.
  157. Pasco for providing the problematic TIFF files.
  158.   - TIFF files can be batch compressed to JPEG.
  159.   - Batch compression now autodetects the file format
  160.   - The currently displayed image is not erased when you open a new
  161. image.  Note that the data for the old image is discarded so that the
  162. old image cannot be re-painted if you move the window, scroll the image,
  163. etc.
  164.   - Bug fixes:
  165.     - The slideshow/batch compression feature would not be able to
  166. handle more than 200 files.  Thanks to B. Woodcock for pointing out this
  167. bug.
  168.     - Changing the hue to a negative value would cause some pixels to
  169. change to incorrect colors.  Thanks to L. Haisley for pointing out this
  170. bug.
  171.     - After an image is resized, WinJPEG would not warn you that the
  172. image had been changed before opening another image or exiting.
  173.  
  174.   
  175.                           *** v. 2.00 Changes ***
  176.  
  177.   - Added support for viewing/saving PCX, TIFF, and Windows
  178. BMP(compressed with RLE) files.
  179.   - Improved slideshow/batch conversion dialog box.
  180.   - Moved the delay setting and the Cycle Slideshow to a new Slideshow
  181. Options dialog box.
  182.   - Added a manual slide advancement feature.
  183.   - Added support for cropping an image and copying a portion of the
  184. image to the clipboard.
  185.   - In the Save common dialog, the save filename's extension
  186. automatically changes to the extension of the file type that you select.
  187.   - Improved the resize dialog.  Thanks to J.Durbin for the suggestion
  188. for maximum fit.
  189.   - Faster image scrolling.  Thanks to J.Bradford for the suggestion.
  190.   - Displays progress and gives CPU time to other programs while you are
  191. saving/loading any file format.
  192.   - Added a delete current file feature.
  193.   - Shows the maximum number of possible colors in the displayed image in 
  194. the caption bar.
  195.   - Warns you if the image has changed or if there has been loss in
  196. image data.
  197.   -  8-bit Targas no longer look grainy when they are viewed.
  198.   -  Removed old open/save dialogs and the Low Priority option.
  199.   -  Checks if the options file is compatible with the current version.
  200.   -  Bug fixes:
  201.   -  When you displayed a very large image and scrolled toward the
  202. bottom, the region near the bottom would be blank.
  203.   - When you attempted to resize an image and you didn't have enough
  204. memory, a GPF occurred.  
  205.  
  206.  
  207.                           *** v. 1.60 Changes ***
  208.  
  209. - Added drag-drop support 
  210. - Filename extensions can be associated with WinJPEG. 
  211. - Multiple files can be displayed in a slideshow from the command line. 
  212. - Slightly improved error handling.  Thanks to Tom Lane for pointing out
  213. how to fix the error handling.
  214. - Bug fixes:
  215.   - The scroll bar position is now reset to the beginning correctly when
  216. you load an image with Auto Resize off and Show Scrollbars on.
  217.   - If you are using common dialogs and you use JPEG Preview, all
  218. subsequently viewed JPEGs will be displayed in Preview mode.
  219.  
  220.  
  221.                           *** v. 1.50 Changes ***
  222.  
  223. - Added common dialog support for the open/save dialogs.
  224. - Added contrast enhancement option.
  225. - Made the GIF decoder more robust.  Thanks to Tom Lane for providing the
  226.   fix and to Hien Ha for pointing out the bugs.
  227. - Bug fixes:
  228.   - WinJPEG would display an "Insufficient memory" message, when you load
  229.     large images and your system has enough memory.
  230.   - It crashed when you run out of disk space while saving a TARGA or a
  231.     JPEG file.
  232.  
  233.  
  234.                           *** v. 1.40 Changes ***
  235.  
  236. - A 386 version is now available to registered users.
  237. - The separate JPEG/GIF viewer version is no longer updated or included.
  238. - Incorporated v.3b(beta) of the IJPEG group's software.
  239. - Added clipboard support.
  240. - Added support for viewing 1-bit and 4-bit Windows .BMP files.  The
  241.   "8-bit Bitmap" option can be used when you are loading 24-bit BMP files.
  242. - Replaced WinJPEG icon with one that's more appropriate.
  243. - Added on-line help.
  244. - The following bugs are corrected:
  245.   - when you close WinJPEG with the system menu while it is decoding/
  246.     encoding an image, the program would continue running.  Also, temp.
  247.     files would be left in the temp. directory.
  248.   - when you resize the window or when you minimize the window and restore
  249.     it, the scroll bar-thumb's position would be lost.  Specifically, it
  250.     would be reset to the top of the scroll bar.
  251.   - the menu items would still be active during compression/
  252.     decompression of an image
  253.   - with some pictures, there was an extraneous blank vertical strip on
  254.      the right of the displayed picture.
  255.   - some of the buttons were missing an underlined character and the
  256.     buttons with the underlined character didn't respond to the ALT +
  257.     underlined character combination
  258.   - 24-bit bitmaps did not save correctly
  259. - Improved the scroll bar logic.  Many thanks to D. Yee for his suggestions
  260.   and pointing out most of the bugs listed above.
  261. - Changes to the Batch Conversion/Slideshow dialog boxes:  Only files with
  262.   valid file extensions, *.tga, *.gif, and *.jpg(for slideshow only), are
  263.   listed.  Added "*.jpg" button to the Slideshow dialog box.
  264.  
  265.  
  266.                           *** v. 1.30 Changes ***
  267.  
  268. - Replaced the Discrete Cosine Transform(DCT) routines with Tom Lane's
  269.   v.3a(beta) update of the IJPEG software. 
  270. - Added Dither24to15 option for display of 24-bit images in 32k/64k color
  271.   modes
  272. - Changed the Low Priority option to give more CPU time to other programs.
  273. - Moved the JPEG Options and Memory Options menu items to the Options menu.
  274. - Bug fixes:
  275.   - When you load a 24-bit BMP file and use RGB/HSV adjustment, WinJPEG
  276.     used to cause a UAE/GPF in some cases. 
  277.   - When you change directories in the Save dialog, the suggested filename
  278.     doesn't change to the default spec(e.g. *.JPG) anymore.  Thanks to
  279.     T. Suominen for finding this bug.
  280.  
  281.  
  282.                           *** v. 1.21 Changes ***
  283.  
  284. - Bug fix: if you entered a new height that was 4 digits long, the last
  285.   digit would be truncated.
  286.  
  287.  
  288.                           *** v. 1.20 Changes ***
  289.  
  290. - Much improved error handling.
  291. - Added "Low Priority" option.
  292. - The time delay between two successive pictures in a slide show is now
  293.   adjustable.
  294. - Added support for viewing 8-bit and 24-bit Windows BMP files.
  295. - The "8-bit Bitmap" option is now available in any display mode.
  296. - List of bug fixes:
  297.   - can load grayscale TARGA images
  298.   - saves TARGA images in the right format
  299.   - saves OS/2 BMP files in the correct format
  300.  
  301.  
  302.                           *** v. 1.10 Changes ***
  303.  
  304. - Bug fix: WinJPEG would eventually give an error if you viewed many
  305.   images. 
  306.  
  307.  
  308.                           *** v. 1.00 Changes ***
  309.  
  310. - TARGA images can be displayed and images can be saved to TARGA format.
  311. - Color adjustment now changes the actual color component instead of the
  312.   average color component.  Also, the color adjustment features are now
  313.   supported for 24-bit bitmaps.
  314. - Batch conversion, slideshow, and image resizing are added.
  315. - Minor fixes in spacing between text.
  316.